home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / water_ba.swf / scripts / DefineSprite_640 / frame_1 / DoAction.as
Text File  |  2007-03-20  |  220b  |  14 lines

  1. stop();
  2. bar.onEnterFrame = function()
  3. {
  4.    if(this._alpha = 100)
  5.    {
  6.       if(!this.init)
  7.       {
  8.          _root.tally = 0;
  9.          this.init = true;
  10.       }
  11.       this.arrowdrive(30,10,10,15,10);
  12.    }
  13. };
  14.